nadchif / adobe-brackets-encode-decode

Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://registry.brackets.io/
GNU General Public License v3.0
9 stars 15 forks source link

UTF-8 issues - Base64 #20

Closed prakovec closed 4 years ago

prakovec commented 4 years ago

Hi guys!

I correctly understood that this plugin does not work with UTF-8 I use this to convert a string "мама мыла раму" and nothing happens :(

nadchif commented 4 years ago

@prakovec could you please provide more details and context. There's no "UTF to String" on this extension. What are you trying to achieve?

prakovec commented 4 years ago

@nadchif I need a text "мама мыла раму" string get in base64. For example: c6edb5c2977a603e144ab57ce40a46b1

but when i use Encode - Decode for Brackets the text remains the same :( bb41b90bd67279d6e2791246998840a5

when i decode base64 0LzQsNC80LAg0LzRi9C70LAg0YDQsNC80YM= into a string i get мама мыла раму instead of мама мыла раму

nadchif commented 4 years ago

oh, I see now! Thank you for raising this issue. We will look into it.

If you also have any ideas or thoughts on how to fix , please feel welcome to contribute

prakovec commented 4 years ago

Thank you so much for your help!