List Question
20 TechQA 2024-03-13T14:05:04.833000How to add accents to letters in java
71 views
Asked by Michael_Swartz
Using code point to render outlined icon instead of filled from Material Design Google Fonts
437 views
Asked by Ricardo Castañeda
Different results using codepoint() with input arguments with \dot
52 views
Asked by pppplight
Java - convert 2 code points char to a single code point char
95 views
Asked by machekj
What is a syntax for generating the Unicode hexadecimal value of a character in Julia as a `String`?
63 views
Asked by hieroglyph
Unicode to CodePoint C++
100 views
Asked by Ferrus
How to convert codepoint of one charset to another in Java?
162 views
Asked by Jindra Petřík
What does the "?" operator do in Elixir?
502 views
Asked by Freedom_Ben
How to find UTF-8 codes via LIKE '%\xC2\xA0%'?
930 views
Asked by Vega
Are there examples of ISO 8859-1 text files which are valid, but different in UTF-8?
1k views
Asked by Martin Thoma
How can I add '#' symbol/emoji in a string such that it doesn't splits the string when `split('#')` method is called on it?
104 views
Asked by Deepak Terse
How to sort strings in JavaScript by code point values?
289 views
Asked by abacabadabacaba
Characters and digits of Chapter four of the Unicode Standard
214 views
Asked by SoftTimur
Get first printable character from a string
118 views
Asked by Pankaj Singhal
Reading Glyphs from a String using codePointAt(i) or Charseterset issue
113 views
Asked by DbSchema
In java what's different between Character.isBmpCodePoint and Character.isValidCodePoint
159 views
Asked by FredSuvn
Why are codepoints in the block CJK UNIFIED IDEOGRAPHS EXTENSION B not named according to the group pattern
307 views
Asked by Martijn
Build a token for Simplified Chinese Identifiers
164 views
Asked by SoftTimur
Generate a String object from a List of code point integers?
546 views
Asked by Basil Bourque