Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Address unicode issues in database

オープン
#50 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
28/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
json, python, sqlalchemy
領域
databases

調査の方向性

まず、データベースの値がSIMPLEスクリプトを通って出力JSONに入るまでの流れを追跡し、\u2212が入力データによって導入されているのか、シリアライズによって導入されているのかを確認します。混在したUnicode表現を再現し、エンコーディングをどこで処理すべきかを特定します。完了の条件は、同等の文字がファイル内で一貫した表現になり、完全一致の値検索が確実に機能することです。

索引モデルが issue の本文から書いたものです。

説明

bug

When working with the database there are sometimes explicit representations of unicode characters (eg, \u2212) instead of what they should be (-). We need to investigate where this is happening; it is possible the input data is wrong (and thus a matter for the SIMPLE scripts) but we can probably force an encoding on the output JSON to ensure it doesn't happen on the file representation. The problem with having a mix of unicode characters is searching exact values can be much harder.

主要言語
Python
スター
12
フォーク
5
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

astrodbtoolkit/AstrodbKit のほかの issue

astrodbtoolkit/AstrodbKit の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。