Search found 476 matches

by Zinn
Thu Aug 21, 2014 5:48 pm
Forum: Resolved (Features)
Topic: issue-#9: adding module Characters → #19
Replies: 74
Views: 413154

Re: Feature #9: adding module Characters

Josef, I agree that punycode will not work with the compiler, but Utf-8 may work because 0..7F is equal to the ASCII representation which the compiler understand. I eliminate in my implementation the procedures Long & Short based on a single character and uses only the procedures ToLong & To...
by Zinn
Thu Aug 21, 2014 4:40 pm
Forum: Resolved (Features)
Topic: issue-#9: adding module Characters → #19
Replies: 74
Views: 413154

Re: Feature #9: adding module Characters

Hallo Josef
I apologize for the words in my last contribution here. Your solution is great. I have it complete running in the CPC-Edition. It makes the live much easier. Module Characters is deleted. Thank you for your help.
Helmut
by Zinn
Wed Aug 20, 2014 5:51 am
Forum: Resolved (Features)
Topic: issue-#9: adding module Characters → #19
Replies: 74
Views: 413154

Re: Feature #9: adding module Characters

I don’t like your solution. It solves your aim but it also destroy my work. I don’t know how to explain. Let me try. Module Characters consist of 3 parts: 1. Some characters staff (IsLetter, IsCap, IsLow, Cap and Low) 2. Detecting identifiers (IsFirstIdentChar and IsIdentChar) 3. Converting identifi...
by Zinn
Mon Aug 18, 2014 5:32 pm
Forum: Resolved (Features)
Topic: issue-#9: adding module Characters → #19
Replies: 74
Views: 413154

Re: Feature #9: adding module Characters

> When we can at the same time add more Unicode support to Strings, so what is the problem? The module Strings imports the module Math. After merging module Characters into module Strings the module Math and Strings must be compile before Kernel and the link command will be started with DevLinker.Li...
by Zinn
Mon Aug 18, 2014 1:27 pm
Forum: Resolved (Features)
Topic: issue-#9: adding module Characters → #19
Replies: 74
Views: 413154

Re: Feature #9: adding module Characters

Here there is a discussion about two different topics: 1. How to develop with Git 2. Introduce the module Characters. I have nothing to say about develop with Git. There I have no experience. Now I write about the module Characters. Ivan's link above is only interesting for the history. My comments ...
by Zinn
Wed Jun 11, 2014 2:17 pm
Forum: Voting
Topic: Starting point for new Center Release
Replies: 26
Views: 24708

Re: Starting point for new Center Release

Why do you have proplems about the name 1.7 (rc1)? It is only numbering. You may call it whatever you like. BB 1.7 (with or without rc1 - I don't care) is just a collection of the most useful changes for BB 1.6 I numbered it 1.7 because it is not object compatible with BB 1.6 You must recompile all ...