mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #644] incorrect cyrillic when reopen Portal (if connect to router failed) #539
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#539
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dontsovcmc on GitHub (Jul 6, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/644
Basic Infos
Hardware
WiFimanager Branch/Release: Development
Hardware: esp01
Core Version: unknown
Description
WifiManager turns on AP for setup
I input settings, push OK
ESP8266 connect to my WiFi failed
I reopen Settings page and write correct WiFi settings
I see incorrect cyrillic encoding...
Settings in IDE
platformio.ini
Source
https://github.com/dontsovcmc/waterius/blob/dev/ImpCounterESP/src/setup_ap.cpp#L57
Debug Messages
@tablatronix commented on GitHub (Jul 20, 2018):
I think the webserver is doing this. hmm
@tablatronix commented on GitHub (Jul 20, 2018):
It looks like its get encoded, then gets cut off because of param length.
@tablatronix commented on GitHub (Jul 20, 2018):
Nope webbrowser encodes on post I think
@tablatronix commented on GitHub (Jul 20, 2018):
Maybe if we add charset=utf-8 header.. ill check
@dontsovcmc commented on GitHub (Jul 21, 2018):
I can't understand the reason: sometimes it opens correctly, sometimes wrong.
It also happenes in the first use.
@dontsovcmc commented on GitHub (Aug 4, 2018):
Mobile phone
This characters
Новыеis WINDOWS-1251 encoding. There are 4 bytes for 1 character needed...Add charset="UTF-8" and see correct utf-8 bytes:
d0 9d d0 be d0 b2 d1 8b d0 b5 20 d0 b7 d0 bd d0 b0 d1 87 d0 b5 d0 bd d0 b8 d1 8f 20
@tablatronix commented on GitHub (Aug 10, 2018):
@dontsovcmc can we have this tested and closed
@tablatronix commented on GitHub (Aug 10, 2018):
I think the param ID will have to be lower ascii, because it is checked for invalid characters
@dontsovcmc commented on GitHub (Aug 11, 2018):
@tablatronix, i saw this document : https://www.w3schools.com/tags/att_meta_charset.asp
I check it only in chrome.
@tablatronix commented on GitHub (Aug 11, 2018):
I can test some more but can we close this now ?
@dontsovcmc commented on GitHub (Aug 11, 2018):
of course