I have a JSON file where Unicode characters are encoded as UTF-8 codepoints, example: \u05de instead of the Hebrew character Mem (מ). How could I get emacs to display glyphs instead of the codepoint numbers?
Value of buffer-file-coding-system
is currently utf-8-unix
.