Julia Programming Language
Turning a string containing Unicode code points to a normal string
General Usage
question
,
strings
,
unicode
lbilli
February 24, 2025, 11:01pm
2
julia> unescape_string("\\u03BCm") "μm"
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
UTF8 to Ascii and Reverse
General Usage
5
1223
March 12, 2018
How to add unicode special character in Julia
General Usage
question
,
latex
,
unicode
,
gmt
17
5506
November 8, 2021
Problems with deprecations of islower, lowercase, isupper, uppercase
Internals & Design
179
14030
January 1, 2018
How to convert array with hex to string?
General Usage
2
3289
September 19, 2017
String representation of hexadecimal to unicode character
General Usage
strings
,
unicode
4
1445
April 27, 2020