-
Hi
i have noticed when importing that the seperator "" doesnt appear to pull through correctly and gets replaced with ""
![image](https://github.com/user-attachments/assets/4318d4cb-f21d-44…
-
Hi,
I believe this line is incorrectly counting 4 byte characters as a single character instead of two surrogate characters:
https://github.com/mrniko/netty-socketio/blob/bed2a3b05d68a5ac84eba32c59…
-
Sub issues
- [ ] #1627 (Incremental)
- [ ] #1628 (Rules)
- [ ] #1629 (Mask)
- [ ] #1631 (FMT_UTF16)
- [x] #1641 (external)
- [ ] #1642 (wordlist)
- [x] Subsets mode
- [ ] non…
-
Please see forum post here:
http://monkeycoder.co.nz/forums/topic/help-porting-hmac-sha256-code/#post-15930
String characters $80 to $FE are returned as $FF80 to FFFE. There is no $FF character a…
-
```
What steps will reproduce the problem?
1. checkout r846 on linux
2. try to compile
3. opencollada/common/libBuffer/src/CommonCharacterBuffer.cpp:18:24: fatal
error: ConvertUTF.h: No such file or …
-
Things like θ, small L and probably Pic / Str get messed up. The same may be true the other way around for the result from `getDirectory`.
As described by @debrouxl in Timendus/ticalc.link#8:
> …
-
Currently tabs are treated as having a width of 1, which means the diagnostic caret is misaligned if the line contains any tabs before the location being indicated.
I don't think there's a reliable…
ehaas updated
11 months ago
-
If you attempt to use dIsspace on UTF8 text which uses high ranged unicode characters (e.g. japanese text), you may get an assert in a DEBUG build on windows due to the character value being out of ra…
-
**version**: crop@0.4.2
## description
The index conversion from `bytes` to `utf-16` are being miscalculated when symbols like `ñ` or `¶` are present in the rope, there not being counting even th…
-
Not all SQLite functionalities are used in sql.js. We should compile it with the right options, in order to provide a smaller `sql.js` file at the end.