• Joined on 2026年03月23日
mdz created pull request go-pdf/fpdf#113 2026年03月27日 03:36:28 +01:00
fix panic on non-BMP Unicode characters (issue #112)
mdz pushed to fix-non-bmp-panic at mdz/fpdf 2026年03月27日 03:35:47 +01:00
af9eede956 fix panic on non-BMP Unicode characters (issue #112)
mdz pushed to fix-non-bmp-panic at mdz/fpdf 2026年03月27日 03:34:38 +01:00
55ddd9b491 fix panic on non-BMP Unicode characters (issue #112)
e385a90b31 fpdf: add size a8
379229a158 fpdf: fix drawing fill/stroke if the color is set to "none"
3505c8252c fpdf: add support for fill & stroke colors from the SVG rects
f50438c003
fpdf: add function to add OutputIntents
Compare 13 commits »
mdz pushed to fix-non-bmp-panic at mdz/fpdf 2026年03月27日 03:30:57 +01:00
daba4db26a fix panic on non-BMP Unicode characters (issue #112)
9dec53ef0a all: migrate to codeberg
Compare 2 commits »
mdz created branch fix-non-bmp-panic in mdz/fpdf 2026年03月27日 03:30:57 +01:00
mdz created repository mdz/fpdf 2026年03月27日 03:30:23 +01:00
mdz opened issue go-pdf/fpdf#112 2026年03月23日 18:21:32 +01:00
Panic: index out of range when text contains non-BMP Unicode characters (code points >= U+10000)