kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-881] Encoding and Special Characters in Source Code Files #691

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: https://kieker-monitoring.atlassian.net/browse/KIEKER-881 Original Reporter: nils-christian


We should decide how to handle special characters (e.g., umlaute) in our source code files. For example:

@author Thomas Düllmann

Either we renounce these characters (ü = ue) or we should use an uniform encoding which can handle these characters.

Checklist:

JIRA Comments:

557058:9e328f65-6e51-4aca-812b-82e63a91a0ae (JIRA username) added a comment on Thu, 25 Sep 2014 16:40:31

Replying to KIEKER-881 Done :
> We should decide how to handle special characters (e.g., umlaute) in our source code files. For example:
>
> {{

{ > @author Thomas Düllmann > }

}}
>
> Either we renounce these characters (ü = ue) or we should use an uniform encoding which can handle these characters.

Convention: do not use umlaute etc (> ü>ue etc.).

557058:629db7ce-5cef-419f-82f8-3dcdebf76471 (JIRA username) added a comment on Thu, 25 Sep 2014 17:21:02

Solved in f0f2bea18eb3bd4b52a41d408c4806810cc5672b and 07e1010552f75c118cf28f86f8ee007b15e1963c.

rju commented 1 week ago

author André van Hoorn -- Thu, 25 Sep 2014 16:40:31 +0200

Replying to KIEKER-881 Done :
> We should decide how to handle special characters (e.g., umlaute) in our source code files. For example:
>
> {{

{ > author Thomas Düllmann > }

}}
>
> Either we renounce these characters (ü = ue) or we should use an uniform encoding which can handle these characters.

Convention: do not use umlaute etc (> ü>ue etc.).

rju commented 1 week ago

author nils-christian -- Thu, 25 Sep 2014 17:21:02 +0200

Solved in f0f2bea18eb3bd4b52a41d408c4806810cc5672b and 07e1010552f75c118cf28f86f8ee007b15e1963c.