algolia / algolia/algoliasearch-client-java
On local dev server UTF-8 charcters do some problems
- Dominant language
- Java
- Stars
- 52
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/algolia/algoliasearch-client-java-2/blob/b28360007a989ea504b806431a00aa570cb86f72/algoliasearch-appengine/src/main/java/com/algolia/search/AppEngineHttpClient.java#L105
You have to use the `getBytes` with the UTF-8 character encoding param.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open algoliasearch-appengine/src/main/java/com/algolia/search/AppEngineHttpClient.java at the referenced line and inspect how the local development server request bytes are created. Ensure the byte conversion explicitly uses UTF-8, then verify that requests containing UTF-8 characters work correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100