Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

漢数字(複数桁)の変換 #8

Closed
nnawata opened this issue Dec 18, 2019 · 2 comments
Closed

漢数字(複数桁)の変換 #8

nnawata opened this issue Dec 18, 2019 · 2 comments

Comments

@nnawata
Copy link

nnawata commented Dec 18, 2019

新聞等(縦書き)でよく使われる以下の形式。(1,234,567,890,123)
一兆 二千三百四十五億 六千七百八十九万 百二十三(→1,234,567,890,123)
一兆 二三四五億 六七八九万 一二三(→1,234,567,890,123)
などの表記に対応したいのですが、なかなか骨が折れます。
関数追加があれば助かります。

@uribo
Copy link
Owner

uribo commented Dec 18, 2019

ご意見ありがとうございます。kansuji2arabic() では処理しきれていない課題ですので、対応を検討いたします。

@uribo
Copy link
Owner

uribo commented Nov 11, 2020

#23 にて対応

@uribo uribo closed this as completed Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants