Rare CJK normalization

I’m still manually having to type this command after each update. Is there any way to make it permanent or by providing an option in the settings?

Unicode normalization:

If you are studying rare CJK characters and wish to prevent them from being converted into modern equivalents, the following in the debug console will stop Anki from normalizing note text.

mw.col.conf["normalize_note_text"] = False

If you ensure you’re in sync prior to making the change, and then sync after making it, it should stick.

3 Likes