-
Converter function utf8s to utf16 has not capatiblity 4 byte utf8s to two utf16 surrogates and back. It could be resolved with
4 utf8->utf32->2 utf16 surrogates conversion. See: Unicode faq about "u…
-
GetEncodedTextDescription uses hard coded big endian for unicode and little endian for utf32.
As far as I can tell, the endianess of tags like the UserComment tag seems to depend on the endianess o…
-
This bug is separated from #1534 since opening the .otf directly isn't my case.
The cidmap parsing is incorrect for Source Han Sans. The links are cidmap of upstream and cidmap I manually converted. …
-
Hi, I kindly ask to add support for utf32 to the std.unicode module! Since the use of emoji became widespread, utf16 does not cut it anymore as a way of representing most contemporary western texts in…
-
I just happened to notice that when GCC is installed from Homebrew and therefore GCC's c++ is in $PATH before the system clang c++, installation fails with:
```
...
CC(target) Release/obj.target/on…
ilkka updated
7 years ago
-
Python code like
```
import os
os.__file__
```
fails as there is **no** `__file__` set.
Don't know why - in pythonnet the attribute is created on the builtin modules...
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42098](https://bugs.llvm.org/show_bug.cgi?id=42098) |
| Status | NEW |
| Importance | P normal |
|…
-
Hi
Where can I find the options to change my utf
It works with utf8 only
How can I change it to utf16 or utf32
utf16
utf-16
utf_16
Neither of these work, perhaps the docs could show these?
…
-
For maximising performance of matching, I have a `Vec` that I want to match against.
It's fairly big (hundreds of thousands of records).
For matching I do something like:
```rust
let mut sco…
-
get_all_dbparameters is always returning one less parameter.
For example, I have this code.
``` python
pg = conn.get_all_dbparameters(pg.name)
```
The expected number of parameters returned is 100.…