File: check_output.sh

package info (click to toggle)
python-japanese-codecs 1.4.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,936 kB
  • ctags: 3,437
  • sloc: python: 28,245; ansic: 1,365; makefile: 54; sh: 3
file content (5 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
# Tamito KAJIYAMA <26 September 2001>
for enc in euc_jp iso_2022_jp iso_2022_jp_1 iso_2022_jp_ext shift_jis; do
  diff output/test_c_$enc output/test_python_$enc
done