-
Cowsay doesn't handle variant character widths well. It kind of assumes all characters are 1 char wide (in display) and (I think) 1 byte (in the input encoding). This means that non-English/Latin char…
-
I initially encountered this issue while using buyer information that contained a `\&` in the name, which produces invalid xml if left unescaped.
I don't expect the packege to do the escaping for m…
-
```
$ echo "3 > 2" | apertium -f txt -d . nob-nno
3 > 2
$ echo "1 > 2" | apertium -f txt -d . -m word.tmx -o nob-nno nob-nno
Error: Malformed input stream.
$ echo "how about 1 < 2 then?" …
-
### Terraform Core Version
1.9.8
### AWS Provider Version
5.76.0
### Affected Resource(s)
* `aws_route53_zone`
* `aws_route53_record`
### Expected Behavior
Route53 hosted zone an…
-
[RFC 5137](https://tools.ietf.org/html/rfc5137) defines a syntax to escape unicode characters. liblouis uses a different one. Shouldn't we use the standard?
We should move away from our home-grown …
-
delete
-
Currently, out-of-the-box `super_diff` will continue using colors in non-TTY environments such as CircleCI, etc.
To avoid this, one can simply modify `spec_helper.rb` like this:
```
unless config…
-
Currently, we banned `_` as escape char in LIKE expression, since the output is not as expected.
The failed regress tests (commented):
```
--@ SELECT 'bear' LIKE 'b_ear' ESCAPE '_' AS "true";
…
-
Hi,
Using the ESCAPE character in LIKE clause for 2 columns do not filter anything. To have the LIKE clause correctly applied, we must change the ESCAPE character (for example using ^).
- Replic…
-
I'm trying to read some [COBS](https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing) encoded serial data, which uses a null character (0, or '\0' as a char literal escape sequence).
Ther…