Re: FGX Utilities use extended ASCII in source code

2012-08-30 Thread Left Right
OK then, I'll just put double quotes. Best. Oleg

Re: FGX Utilities use extended ASCII in source code

2012-08-30 Thread Alex Harui
On 8/30/12 11:26 PM, "olegsivo...@gmail.com" wrote: > In other places where equals sign is used the left hand side doesn't > have any decorations around it. But in other places single quotes > (apostrophes) are used. Like this: > > * > * 0 = normal > * 1 = normal > * 2 = layer > *

Re: FGX Utilities use extended ASCII in source code

2012-08-30 Thread Left Right
In other places where equals sign is used the left hand side doesn't have any decorations around it. But in other places single quotes (apostrophes) are used. Like this: * * 0 = normal * 1 = normal * 2 = layer * 3 = multiply * 4 = screen * 5 = lighten * 6 = darken * 7 = d

Re: FGX Utilities use extended ASCII in source code

2012-08-30 Thread Alex Harui
On 8/30/12 11:17 PM, "olegsivo...@gmail.com" wrote: >> You are welcome to file a bug and a patch. > > But what should I put instead? > > Best. > > Oleg Not sure, maybe double or single quote? Is there any other equal sign used in other comments in the code? -- Alex Harui Flex SDK Team Ado

Re: FGX Utilities use extended ASCII in source code

2012-08-30 Thread Left Right
> You are welcome to file a bug and a patch. But what should I put instead? Best. Oleg

Re: FGX Utilities use extended ASCII in source code

2012-08-30 Thread Alex Harui
On 8/30/12 11:13 PM, "olegsivo...@gmail.com" wrote: > If you are interested to know, the value of the "bad" characters is > 224 (That's not a quotation mark character, certainly, or, at least > not in any one Latin, or Cyrillic, or Semitic language), not sure what > the writer wanted to write

Re: FGX Utilities use extended ASCII in source code

2012-08-30 Thread Left Right
If you are interested to know, the value of the "bad" characters is 224 (That's not a quotation mark character, certainly, or, at least not in any one Latin, or Cyrillic, or Semitic language), not sure what the writer wanted to write there. Most commonly it is the Greek minuscule alpha character.

FGX Utilities use extended ASCII in source code

2012-08-30 Thread Left Right
Hello, I'm trying to write an alternative build using SCons and by accident I discovered that fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java uses characters that cannot be mapped to Unicode somewhere in the comments: * The following was introduced in FXG 2.0 which acts like blen