Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label of model element / diagram link in description is not properly encoded #756

Open
etraisnel2 opened this issue Mar 20, 2023 · 0 comments

Comments

@etraisnel2
Copy link
Contributor

When a Label contains multiple spaces in a row, they are not properly encoded and are converted to a single whitespace

etraisnel2 added a commit to etraisnel2/kitalpha that referenced this issue Mar 20, 2023
…perly encoded

When a label contains multiple whitespaces in a row, they are now
encoded using " " character (except the last whitespace)
As it is already done when encoding the description text

Change-Id: I19e7214460d02176e3268d1519104b8203703e58
Signed-off-by: Erwann Traisnel <[email protected]>
etraisnel2 added a commit to etraisnel2/kitalpha that referenced this issue Mar 20, 2023
…perly encoded

When a label contains multiple whitespaces in a row, they are now
encoded using "&nbsp;" character (except the last whitespace)
As it is already done when encoding the description text

Change-Id: I19e7214460d02176e3268d1519104b8203703e58
Signed-off-by: Erwann Traisnel <[email protected]>
etraisnel2 added a commit to etraisnel2/kitalpha that referenced this issue Mar 20, 2023
…perly encoded

When a label contains multiple whitespaces in a row, they are now
encoded using "&nbsp;" character (except the last whitespace)
As it is already done when encoding the description text

Change-Id: I19e7214460d02176e3268d1519104b8203703e58
Signed-off-by: Erwann Traisnel <[email protected]>
etraisnel2 added a commit to etraisnel2/kitalpha that referenced this issue Mar 20, 2023
…perly encoded

When a label contains multiple whitespaces in a row, they are now
encoded using "&nbsp;" character (except the last whitespace)
As it is already done when encoding the description text

Change-Id: I19e7214460d02176e3268d1519104b8203703e58
Signed-off-by: Erwann Traisnel <[email protected]>
pdulth pushed a commit that referenced this issue Mar 21, 2023
When a label contains multiple whitespaces in a row, they are now
encoded using "&nbsp;" character (except the last whitespace)
As it is already done when encoding the description text

Change-Id: I19e7214460d02176e3268d1519104b8203703e58
Signed-off-by: Erwann Traisnel <[email protected]>
etraisnel2 added a commit to etraisnel2/kitalpha that referenced this issue Mar 21, 2023
…instead of &nbsp;

Also added a function to decode these whitespaces

Change-Id: Id02ad44c0fa5bff88eb4f7b1d88325520109f2d2
Signed-off-by: Erwann Traisnel <[email protected]>
pdulth pushed a commit that referenced this issue Mar 22, 2023
Also added a function to decode these whitespaces

Change-Id: Id02ad44c0fa5bff88eb4f7b1d88325520109f2d2
Signed-off-by: Erwann Traisnel <[email protected]>
etraisnel2 added a commit that referenced this issue Apr 16, 2024
When a label contains multiple whitespaces in a row, they are now
encoded using "&nbsp;" character (except the last whitespace)
As it is already done when encoding the description text

Change-Id: I19e7214460d02176e3268d1519104b8203703e58
Signed-off-by: Erwann Traisnel <[email protected]>
etraisnel2 added a commit that referenced this issue Apr 16, 2024
Also added a function to decode these whitespaces

Change-Id: Id02ad44c0fa5bff88eb4f7b1d88325520109f2d2
Signed-off-by: Erwann Traisnel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant