046569 (6569 04)
- Login: 046569
- Registered on: 11/02/2013
- Last sign in: 11/02/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/02/2013
-
11:42 AM Ruby Bug #9073 (Third Party's Issue): Array#join encoding problem
- a=['hello']
a.push 'kitty'.force_encoding('ASCII-8BIT')
puts a.join
=> hellokitty
a=['问题']
a.push '错误'.force_encoding('ASCII-8BIT')
puts a.join
=> incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityEr...