Characters, like ü, ä, ß and more won't be displayed #260

Open
opened 2017-11-09 22:10:27 +01:00 by bones7242 · 3 comments
bones7242 commented 2017-11-09 22:10:27 +01:00 (Migrated from github.com)

Story: As a user, I would like to be able to use characters like ü, ä, and ß so that I can publish assets and share them in a variety of languages.

Problem: When an asset is published on spee.ch, special characters are supported. However, after the block is mined by the network and the asset's record is updated in the database, the characters are no longer present.

I believe this has to do with the sync tool which is updating the database.

Internal Use

Acceptance Criteria

Definition of Done

  • Tested against acceptance criteria
  • Tested against the assumptions of the user story
  • The project builds without errors
  • Unit tests are written and passing
  • Tests on devices/browsers listed in the issue have passed
  • QA performed & issues resolved
  • Refactoring completed
  • Any configuration or build changes documented
  • Documentation updated
  • Peer Code Review performed
Story: As a user, I would like to be able to use characters like `ü`, `ä`, and `ß` so that I can publish assets and share them in a variety of languages. Problem: When an asset is published on spee.ch, special characters are supported. However, after the block is mined by the network and the asset's record is updated in the database, the characters are no longer present. I believe this has to do with the sync tool which is updating the database. ## Internal Use ### Acceptance Criteria 1. 2. 3. ### Definition of Done - [ ] Tested against acceptance criteria - [ ] Tested against the assumptions of the user story - [ ] The project builds without errors - [ ] Unit tests are written and passing - [ ] Tests on devices/browsers listed in the issue have passed - [ ] QA performed & issues resolved - [ ] Refactoring completed - [ ] Any configuration or build changes documented - [ ] Documentation updated - [ ] Peer Code Review performed
kauffj commented 2017-11-09 23:44:14 +01:00 (Migrated from github.com)

@billbitt where are you losing the UTF-8 characters? Are they in the spee.ch DB and not making it to render, or are they not in the DB at all?

@billbitt where are you losing the UTF-8 characters? Are they in the spee.ch DB and not making it to render, or are they not in the DB at all?
bones7242 commented 2017-11-09 23:59:24 +01:00 (Migrated from github.com)

@kauffj They are in the db when the asset is first published and spee.ch creates the Claim record; then they are removed from the db record when the record is updated by the sync tool (i.e. once the block is mined and and the sync tool decodes it and updates the db with all new publishes). So it must be the sync tool.

@kauffj They are in the db when the asset is first published and spee.ch creates the Claim record; then they are removed from the db record when the record is updated by the sync tool (i.e. once the block is mined and and the sync tool decodes it and updates the db with all new publishes). So it must be the sync tool.
skhameneh commented 2018-11-13 07:58:19 +01:00 (Migrated from github.com)

Should be resolved, needs testing.

Should be resolved, needs testing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/spee.ch#260
No description provided.