Skip to content

Commit

Permalink
fix: ATOK dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 27, 2020
1 parent 863af4a commit 54fee91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ cat $(echo ./tsv/*.tsv) > "./${RELEASE_ASSETS_DIR}/emoji.txt"
zip ./emoji.windows.zip ./emoji.windows.txt

# ATOK for Windowns
sed -e 's/記号/顔文字/g' ./emoji.windows.txt > ./emoji.atok-windows.txt
sed -e 's/記号/顔文字*/g' ./emoji.windows.txt > ./emoji.atok-windows.txt
zip ./emoji.atok-windows.zip ./emoji.atok-windows.txt

# ATOK for Mac (macOS)
sed -e 's/記号/顔文字/g' ./emoji.txt > ./emoji.atok-macos.txt
sed -e 's/記号/顔文字*/g' ./emoji.txt > ./emoji.atok-macos.txt
nkf --overwrite -w16L ./emoji.atok-macos.txt
zip ./emoji.atok-macos.zip ./emoji.atok-macos.txt

rm ./*.txt
Expand Down

0 comments on commit 54fee91

Please sign in to comment.