mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
aa9d5707e0
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 = "®âðÄ"
|