mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2753 od changed format.
X-SVN-Rev: 12350
This commit is contained in:
parent
d409e41009
commit
7040856dc4
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ for file in `find ./icu \( -name \*.txt -print \)`; do
|
|||
# echo "bom8 is" $bom8 "for" $file
|
||||
# bom8=`head -c 3 $file|od -t x1|head -n 1|cut -d ' ' -f2-4`;
|
||||
#Find a converted UTF-8 BOM
|
||||
if [ "$bom8" = "057 08b 0ab" ]
|
||||
if [ "$bom8" = "057 08b 0ab" -o "$bom8" = "57 8b ab" ]
|
||||
then
|
||||
binary_files="$binary_files `echo $file | cut -d / -f2-`";
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue