MaLin (Lin Ma)
- Login: MaLin
- Registered on: 06/22/2018
- Last sign in: 07/24/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/28/2018
-
03:16 AM Ruby Bug #14934: Unicode: Hangul normalize bug
- Get it. :)
07/24/2018
-
12:15 PM Ruby Bug #14934: Unicode: Hangul normalize bug
- > Can you provide some test case(s)?
That is what frustrated me. I simply translated Python's test-cases for this issue[1] to Ruby.
[1] https://github.com/python/cpython/commit/d134809cd3764c6a634eab7bb8995e3e2eff14d5
But them pas... -
05:15 AM Ruby Bug #14934: Unicode: Hangul normalize bug
- I'm not a expert of Ruby, I would suggest to examine the code of Hangul normalize, it looks too simple than the Unicode Standard's demonstration code.
-
04:56 AM Ruby Bug #14934 (Closed): Unicode: Hangul normalize bug
- I was involved to fix a similar bug in Python, I found Ruby also has bug code.
We should fix this line[1] like this:
[1] https://github.com/ruby/ruby/blob/96db72ce38b27799dd8e80ca00696e41234db6ba/lib/unicode_normalize/normalize.rb#L7...