Questions tagged [unicode]
Questions on the interaction of Mathematica and Unicode characters/glyphs.
54 questions
3 votes
2 answers
187 views
How can I make Wolfram|Alpha recognize Chinese inside Mathematica?
I just found the Wolfram|Alpha website finally supports Chinese input: https://www.wolframalpha.com/input?i=sin%28x%29%E7%9A%84%E7%A7%AF%E5%88%86&lang=zh This is amazing. But when I try to do the ...
2 votes
0 answers
171 views
How can I rasterize expressions with Runic characters in Wolfram Cloud?
Here is my function to create polynomials with a specific format: ...
2 votes
3 answers
269 views
Space cannot be used in vertical string with unicode character
To reproduce the issue, use Ctrl+Enter to create 3 placeholders and enter 你 好 (or ...
7 votes
4 answers
1k views
Converting an Unicode's image into polygon data for an SVG
So, I have the the Chinese character 熙, which I can easily turn into an image: img=Rasterize[Text[Style[FromCharacterCode[{29081}], FontSize -> 300]]] which ...
2 votes
0 answers
91 views
BoundaryDiscretizeGraphics for exotic unicode glyphs
This code works BoundaryDiscretizeGraphics[Text@"\[WolframLanguageLogoCircle]\[WolframLanguageLogo]", _Text] But for more exotic characters, it produces ...
1 vote
1 answer
156 views
Edit UnicodeCharacters.tr-File
I want to install a new package in Mathematica. If I understand the userguide right, I also have to edit the UnicodeCharacters.tr-File by another *.tr-File for example containing 0x2219 [...
7 votes
1 answer
237 views
Unexpected behavior: missing characters in the code page 936
Bug persisting through 13.1.0 In the CP936.m file which will be loaded by Internal`LoadEncodingFile@"CP936"; there ...
3 votes
0 answers
158 views
Why is `$SystemCharacterEncoding` different from the actual OS character encoding on Windows?
I was testing on Windows the command $ wolframscript -code 'Alphabet["Greek"]' -charset UTF8 from the document of ...