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

バイナリデータの読み書き #4

Open
yuezato opened this issue Oct 29, 2018 · 0 comments
Open

バイナリデータの読み書き #4

yuezato opened this issue Oct 29, 2018 · 0 comments

Comments

@yuezato
Copy link
Member

yuezato commented Oct 29, 2018

問題点

kanilsでは現在、putやgetでのデータ部がユニコード文字(UTF8)であることを仮定している。
一方で、文字列ではなく単なるバイトデータを読み書きしたい場合(例えばfrugalosの生成したlusfファイルを調べたい場合)では実行時エラーとなる。

解決方針

  • バイナリデータの書き込みと読み込みを行うコマンドを作る
  • 文字列出力のコマンドでデコードに失敗した場合でも、バイト列で出力する振る舞いにする
@yuezato yuezato changed the title バイナリデータの読み込み バイナリデータの読み書き Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant