-
`blocklib` filters out records according to the blocking specification. It warns if all records are not included in a block after using a particular blocking schema, but as someone else (another party…
-
raspell suggest method returns asci-8bit strings instead of the correct encoding that was requested.
```
# -*- encoding : utf-8 -*-
require 'raspell'
w = "πράσυνο"
as = Aspell.new('el_GR', nil, nil,…
-
```
Handling character encodings is a very common part of data cleansing for me.
At the basic level, this means giving the option of specifying a character
encoding on both import and export. Goin…
-
```
What steps will reproduce the problem?
1. Editing a field that has something with spanish accented characters like
¿Le/Te gustaría ir a tomar una copa/café? in it.
2. Saving the change
3.
What …
-
```
What steps will reproduce the problem?
1. Editing a field that has something with spanish accented characters like
¿Le/Te gustaría ir a tomar una copa/café? in it.
2. Saving the change
3.
What …
-
```
libicu does not seem to support many Mac encodings. Replacing non-Mac encodings
with Mac ones (like x-mac-japanese) should probably not happen when this is the
case, but figuring out when these …
-
```
Handling character encodings is a very common part of data cleansing for me.
At the basic level, this means giving the option of specifying a character
encoding on both import and export. Goin…
-
```
Handling character encodings is a very common part of data cleansing for me.
At the basic level, this means giving the option of specifying a character
encoding on both import and export. Goin…
-
Rust-encoding is (and will continue to be) _big_, and some library may want to provide a reference to the encoding but not the direct transcode facililty. emk/rust-uchardet#1 is one example, but there…
-
The current `utf-8` type only supports reading known-length strings. This might be confusing for people who just want to read and write any string. It's also error prone since the naive approach of wr…