Skip to content

Commit

Permalink
Sonoma対応。UTF8-MACからUTF-8-MACに変わった模様
Browse files Browse the repository at this point in the history
  • Loading branch information
aoyama-val committed Apr 18, 2024
1 parent 2fd4f6a commit 74d4b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _path_files
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kanji-to-romaji() {
local tmp="/tmp/kanji-to-romaji"
cat > "$tmp"
case $OSTYPE in
darwin*) local f=utf8-mac ;;
darwin*) local f=$(iconv -l | grep 'UTF.*MAC') ;;
*) local f=utf8 ;;
esac
if iconv --version 2> /dev/null | grep 'GNU libiconv' > /dev/null; then
Expand Down

0 comments on commit 74d4b93

Please sign in to comment.