Jiri Kuchynka
Jiri Kuchynka
I only know so far, that I can successfully install this, when this line is commented out in pango.go: `func (v *Layout) Unref() {` ` C.g_object_unref(C.gpointer(v.GLayout))` `}` `↓` `func (v...
I have managed to fix this problem by modifying this line in pango.go: `// #cgo pkg-config: pango` `↓` `// #cgo pkg-config: pango gobject-2.0` But unfortunately I'm not sure if this...
Thank you for confirmation. In case this issue will not be fixed faster, I might be able to find some time to create pull request this weekend.
Hi @apauly! Thank you for the report and the detailed workaround! I believe the related issue is #2818. Although the issue refers specifically to Apple formats, the same code handles...
Hi! Thank you for the report. When importing translations to tolgee, all strings are converted to ICU format by default (can be disabled). As part of this conversion, all characters...
@cccccroge Feel free to reopen the issue if there is something I've missed.
Interesting. I'll try to reproduce it locally.
@cccccroge Thank you for the clarification! I was able to reproduce the issue, and it should be fixed once #2629 gets released.
> Another note, for multiplatform html tags should not be encoded as well. You could test it with `AnnotatedString.fromHtml(htmlString)` ... @Nailik Hi! Do you have some example files with this...
@mauriziofaleo I'm sorry I didn't respond here! Must have missed the comment. We are tracking this exact issue here now: #3054 I'll see if I can figure out how to...