Show More
@@ -49,6 +49,8 b' tool itself by doctest' | |||
|
49 | 49 | $ $PYTHON check-translation.py --doctest |
|
50 | 50 | $ cd $TESTTMP |
|
51 | 51 | |
|
52 | #if gettext | |
|
53 | ||
|
52 | 54 | Check i18n cache isn't reused after encoding change: |
|
53 | 55 | |
|
54 | 56 | $ cat > $TESTTMP/encodingchange.py << EOF |
@@ -68,3 +70,5 b" Check i18n cache isn't reused after enco" | |||
|
68 | 70 | (\xe5\xae\x9f\xe9\xa8\x93\xe7\x9a\x84\xe5\xae\x9f\xe8\xa3\x85) (esc) |
|
69 | 71 | (?????) |
|
70 | 72 | (\xe5\xae\x9f\xe9\xa8\x93\xe7\x9a\x84\xe5\xae\x9f\xe8\xa3\x85) (esc) |
|
73 | ||
|
74 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now