adobe / aem-site-theme-builder

MIT License
5 stars 11 forks source link

Fix data buffer character encoding (#20) #23

Open Baccega opened 1 year ago

Baccega commented 1 year ago

Description

This PR will change the character encoding of the data buffer from binary(latin1) to utf-8

Related Issue

20

Motivation and Context

This change is required in order to make the proxy able to support characters like: 'Ö', that otherwise it would break into gibberish. More info on buffer character encoding here.

How Has This Been Tested?

I've tested this fix in my local aem dev server by adding text with: ö, ß, ü.

Screenshots (if appropriate):

Before:

image

After:

image

Types of changes

Checklist: