Update bafco_dla/README.md
Browse files- bafco_dla/README.md +1 -1
bafco_dla/README.md
CHANGED
|
@@ -48,5 +48,5 @@ forms = json.load(open(os.path.join(root, "all_annotations.json"), encoding="utf
|
|
| 48 |
img = os.path.join(root, *forms[0]["local_images"][0].split("/"))
|
| 49 |
```
|
| 50 |
|
| 51 |
-
Read/write JSON as UTF-8. Folder names are
|
| 52 |
before cross-system filename comparisons.
|
|
|
|
| 48 |
img = os.path.join(root, *forms[0]["local_images"][0].split("/"))
|
| 49 |
```
|
| 50 |
|
| 51 |
+
Read/write JSON as UTF-8. Folder names are in Bangla; normalize with `unicodedata.normalize("NFC", s)`
|
| 52 |
before cross-system filename comparisons.
|