-
```
What steps will reproduce the problem?
1. Use UnicodePDF + ArialUnicodeMS( CidInfo.JAPANESE )
2. in addCell, pass an ascii 7 bits string (ie: "test")
What is the expected output? What do you see …
-
```
What steps will reproduce the problem?
1. Use UnicodePDF + ArialUnicodeMS( CidInfo.JAPANESE )
2. in addCell, pass an ascii 7 bits string (ie: "test")
What is the expected output? What do you see …
-
```
What steps will reproduce the problem?
1. Use UnicodePDF + ArialUnicodeMS( CidInfo.JAPANESE )
2. in addCell, pass an ascii 7 bits string (ie: "test")
What is the expected output? What do you see …
-
| | |
| --- | --- |
| Bugzilla Link | [20481](https://llvm.org/bz20481) |
| Version | 4.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow,@tstellar,@jwakely |
## Extended De…
-
Some code I was examining kept coming up with hits on `\uD83D\uDCCC` which it turns out is a surrogate to the pushpin emoji, which is totally valid to be in source code. Before I can use this and rep…
-
```
What steps will reproduce the problem?
1. Use UnicodePDF + ArialUnicodeMS( CidInfo.JAPANESE )
2. in addCell, pass an ascii 7 bits string (ie: "test")
What is the expected output? What do you see …
-
**Describe the bug**
TCP receiver connector fails to receive UTF16-BE data when the MLLP start / end sequence is double byte.
**To Reproduce**
1. Create a sending connector with outgoing encoding…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20481](https://bugs.llvm.org/show_bug.cgi?id=20481) |
| Status | NEW |
| Importance | P normal |
|…
-
1. swift4中只需改这个地方就可以兼容.
```
func nsRange(from range: Range) -> NSRange {
// let from = range.lowerBound.samePosition(in: utf16)
// let to = range.upperBound.samePosition(in: utf16)
…
GG526 updated
6 years ago
-
Encoding names are inconsistent. e.g. `iso-8859-1` is also available as `iso8859-1` and `iso_8859-1`. `utf-16le` is also available as `utf16le`.
But:
- utf8 should also be available as utf-8
…