quoted-printable: whoops tests needs latin2, not latin1.
parent
6d1bb9e1ba
commit
7836dc0fc9
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2009 Daniel Ehrenberg
|
! Copyright (C) 2009 Daniel Ehrenberg
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: tools.test quoted-printable io.encodings.string
|
USING: tools.test quoted-printable io.encodings.string
|
||||||
sequences splitting kernel io.encodings.latin1 ;
|
sequences splitting kernel io.encodings.8-bit ;
|
||||||
IN: quoted-printable.tests
|
IN: quoted-printable.tests
|
||||||
|
|
||||||
{ "José was the
|
{ "José was the
|
||||||
|
|
Loading…
Reference in New Issue