-
I noticed that the code converts utf8 to utf16 manually, however `String#codePointAt()` is already [standardized](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Strin…
-
Hello,
I am trying to create a chooser that will help me select between different cuneiform unicode characters. The setup and display of these characters -- which are high up in the unicode plane, …
-
In Helper.js:decode7bit() you do:
```ret.push(Helper.ALPHABET_7BIT.charCodeAt(digit));```
String.charCodeAt returns the utf16 value while Buffer.toString() at the end of the method expects utf-8 e…
-
Add support for the native clipboard for MacOS clients in `ironrdp-cliprdr-native`/`ironrdp-client`.
See existing Windows and `ironrdp-web` implementation for reference.
I am not too familiar with…
-
Reported by: **[daschuer](https://github.com/daschuer)**
Date: 2017-03-01T12:50:36Z
Status: New
Importance: Undecided
Launchpad Issue: [lp1668967](https://bugs.launchpad.net/bugs/1668967)
---
This s…
-
### Describe the bug
After updating MTA server I started getting warnings about unable to insert into MySQL such as:
[script] FAIL: (1366) Incorrect string value: '\xED\xA0\xBD\xED\xB8\x81' for …
-
`al_draw_text` and related functions are not clear about the fact that they treat input strings as UTF-8
Although the documentation page makes many references to unicode, its not specified that the…
-
Hi, is it possible to Output Windows Unicode instead of UTF8.
In Branch 0.5 I could use
IfcParse::IfcCharacterDecoder::DEFAULT
But 0.6 don't have Default anymore.
Thanks,
and kind Regards,…
-
### Problem
bs1770gain added support for utf16 console output on windows in version 0.4.12, and now the beets plugin can not parse the output anymore. Version 0.4.11 works without problems.
When…
-
e.g. https://github.com/marlersoft/zigwin32/blob/6777f1db221d0cb50322842f558f03e3c3a4099f/win32/ui/controls.zig#L1881-L1886
should be something like
```zig
pub const WC_STATICA = "Static";
pub con…