mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 20:19:43 +00:00
This PR contributes a `PythonLoader`, which inherits from `TextLoader` but detects and sets the encoding automatically.
4 lines
77 B
Python
4 lines
77 B
Python
# coding: iso-8859-5
|
|
# ±¶ÿàáâãäåæçèéêëìíîï <- Cyrillic characters
|
|
u = "®âðÄ"
|