diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-12-28 21:37:23 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-12-28 21:37:30 +0100 |
| commit | f5e7d62f90f5eb88afad45d56017c42835149d0c (patch) | |
| tree | d1fae5330c7c107776626466e17aabc3844e6f84 /documentation/src/unicode.dox | |
| parent | 22c17302616acad9e4eb735d897948dee28942ae (diff) | |
Generate code block documentation using FLTK (#1353)
The Doxygen-to-pdf toolchain can not easily generate
pdf's with Japanese and Chinese characters. This patch
generates code blocks by rendering them in FLTK.
Diffstat (limited to 'documentation/src/unicode.dox')
| -rw-r--r-- | documentation/src/unicode.dox | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/src/unicode.dox b/documentation/src/unicode.dox index b2eb7b872..b640e170e 100644 --- a/documentation/src/unicode.dox +++ b/documentation/src/unicode.dox @@ -20,6 +20,16 @@ are not yet implemented. \section unicode_quick_start Quick Start +International code test for HTML and PDF: + +\code_international{"generated/unicode_about.png"} +// This is a test +// 日本語テストテキスト +// 中文测试文本 +// Ελληνικό κείμενο δοκιμής +\endcode_international + + For most applications, you simply need to ensure your text is UTF-8 encoded: \code |
