-
I was seeing some interesting behavior when python2 had only unicode `ucs2` support:
```
$ python
Python 2.7.18 (default, Sep 1 2020, 16:08:16)
>>> s = u'\uD859\uDFCC'
>>> s
u'\U000267cc'
``…
-
**Do you want to request a *feature* or report a *bug*?**
I want to raise a bug
**What is the current behavior?**
Application is crashing while launching at application_cef->Init_CEF(&AscApp…
-
**Issue by [beatrixwillius](https://github.com/beatrixwillius)**
_Sunday Jul 19, 2020 at 13:25 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/15189_
----
### Prerequisites
*…
-
Split from #6
The code currently calls `u_strToUTF8`. It would be better to use Rust standard library functions like *std::str::encode_utf16*. You would avoid having to go across the FFI boundary…
-
Node.js
``` js
while(1){
var size = 1028;
var buf = Buffer(size);
for(var i=0;i
-
```
hi All,
Im trying to generate a PDF using Greek characters
so kindly help me to proceed with the generation
CidInfo.JAPANESE:
_enc = 'UniJIS-UTF16-H'
cidinfo = {Registry:'Adobe',Ordering:'Japa…
-
- Improve the performance of digest computation per https://github.com/Azure/azure-sdk-for-net/pull/33432#discussion_r1081950449
- Don't allocate a buffer if blob size is smaller than max chunk size …
-
There's `char::decode_utf16`, and there's an iterator adapter to turn a byte iterator over utf-8 into a char iterator that's used by `str::chars`, but there's no thing like `decode_utf8` where an iter…
-
```
What steps will reproduce the problem?
1. Craft a UTF8 version of the path to the attached file and pass it to
kmlbase::File::ReadFileToString() (inside a std::string).
2. Function fails to read …
-
The 3 runtimes - Mono, `CoreCLR, NativeAOT` - have separate code that should be moved to a shared space:
- `ipc_get_process_id_disambiguation_key`: Currently, very similar code is shared by the thre…