Make text_factory for PY2#299
Make text_factory for PY2#299singingwolfboy merged 4 commits intolektor:masterfrom item4:text_factory
Conversation
|
This looks like a great solution, but it's hard to understand. I know that if I took a look a this code without understanding the problem, I wouldn't understand what these lines are supposed to achieve. Can you add a comment explaining what's going on here, and maybe add an automated test as well? |
|
@singingwolfboy I made test. but I want to check by @mitsuhiko what he want to support multibyte fully. Old test case do not allow multibyte directory name. |
|
I will add comments and tests case asap. 보낸 사람: David Baumgold notifications@github.com This looks like a great solution, but it's hard to understand. I know that if I took a look a this code without understanding the problem, I wouldn't understand what these lines are supposed to achieve. Can you add a comment explaining what's going on here, and maybe add an automated test as well? You are receiving this because you authored the thread. |
|
Thanks! Looks like you created a file called |
|
fixed |
|
Great, thank you so much! ✨ |
Make sqlite text_factory for Python 2 So that we avoid problems with non-ASCII characters in file names.
Make sqlite text_factory for Python 2 So that we avoid problems with non-ASCII characters in file names.
Fix grammatical mistake in /urls/contents.lr
Fix grammatical mistake in /urls/contents.lr
Read the #243 for more info.
fix #243