You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multibyte character is not shown right.
Works fine for gpt-4o-mini.
Changing the line to following would make rendering right for o1-preview... ( Nothing shown for gpt-4o-mini execution since there's no need to encode as iso-8859-1)
Multibyte character is not shown right.
Works fine for
gpt-4o-mini
.Changing the line to following would make rendering right for
o1-preview
... ( Nothing shown forgpt-4o-mini
execution since there's no need to encode asiso-8859-1
)org-ai/org-ai-openai.el
Line 506 in 5adfde1
I couldn't figure out where
text
was encoded asiso-8859-1
...( Could be my emacs setup problem? Checked that coding-sytem was utf-8 by
describe-current-coding-system
Are there any fixes you can think of?
Little detail on where encoding is going wrong
Checked the data returned from server in
org-ai-stream-request
was utf-8 but it looks like the data is encoded beforeorg-ai--insert-stream-response
org-ai-stream-request
org-ai/org-ai-openai.el
Line 576 in 5adfde1
org-ai--insert-stream-response
org-ai/org-ai-openai.el
Line 533 in 5adfde1
sample screenshot
Input:
日本語いけますか?
Before patching the line.
o1-preview
gpt-4o-mini
After patching the line
o1-preview
gpt-4o-mini
Could be related
#132
The text was updated successfully, but these errors were encountered: