Difference: UnicodeCNV_TEXTStmt (1 vs. 17)

Revision 172011-07-05 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 45 to 45
 

Bugs

  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False. * FIXED * Tested with May 23 engine.
Changed:
<
<
  1. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type". * Not a bug * CNV TEXT is allowed to work with group fields contains Unicode/National fields. This error means that the target field isn't large enough.
>
>
  1. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type". * Not a bug * CNV TEXT is allowed to work with group fields contains Unicode/National fields. This error means that the target field isn't large enough.
 
  1. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. ** Functions as Designed **
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error or it should use the substitute character.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  3. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
Changed:
<
<
  1. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time. Retest when GUI working again.
>
>
  1. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time. * FIXED * July 4 engine.
 
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else. * FIXED * June 9 engine, Returns F if conversion cannot be performed.
  2. When converting from Unicode Text to National or Raw array, does not word wrap. * FIXED * June 9 engine, Returns F if conversion cannot be performed.
Changed:
<
<
  1. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered. Retest when GUI is working again.
>
>
  1. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered. * FIXED * July 4 engine.
 
  1. When converting from National Text to Unicode or Raw array, does not word wrap. * FIXED * June 9 engine
  2. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.** FIXED ** June 9 engine
  3. When converting from Raw Text to National or Unicode array, does not word wrap. * FIXED * June 9 engine

Revision 162011-06-23 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 45 to 45
 

Bugs

  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False. * FIXED * Tested with May 23 engine.
Changed:
<
<
  1. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
>
>
  1. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type". * Not a bug * CNV TEXT is allowed to work with group fields contains Unicode/National fields. This error means that the target field isn't large enough.
 
  1. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. ** Functions as Designed **
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error or it should use the substitute character.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  3. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.* FIXED * June 9 engine, Returns F if conversion cannot be performed.

Revision 152011-06-15 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 50 to 50
 
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error or it should use the substitute character.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  2. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  3. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time. Retest when GUI working again.
Changed:
<
<
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.
>
>
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else. * FIXED * June 9 engine, Returns F if conversion cannot be performed.
 
  1. When converting from Unicode Text to National or Raw array, does not word wrap. * FIXED * June 9 engine, Returns F if conversion cannot be performed.
  2. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered. Retest when GUI is working again.
  3. When converting from National Text to Unicode or Raw array, does not word wrap. * FIXED * June 9 engine
Line: 60 to 60
 
  1. When converting from National or Unicode to Format field, C-assert 'Unexpected src_buf size (15)' in module CVALP.C.1945 and format field contains incorrect data.* FIXED * June 9 engine
  2. When converting from National or Unicode back to Raw, it only moves the part of the string. Sometimes just the first word, sometimes more.* FIXED * June 9 engine
  3. Does not give transcode error when converting Unicode to Raw when Unicode contains non Raw characters.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
Changed:
<
<
  1. Does not move all characters when converting from Unicode to Raw (destination truncated) * Not a bug *, CNV TEXT returned F, so results should not be relied on.
>
>
  1. Does not move all characters when converting from Unicode to Raw (destination truncated) * Not a bug *, CNV TEXT returned F, so results should not be relied on.
 
  1. Does not give transcode errors when converting from Raw to National when Raw contains non National Characters. ** Functions as Designed **
Changed:
<
<
  1. Does not move all characters when converting from National to Raw (destination truncated)
>
>
  1. Does not move all characters when converting from National to Raw (destination truncated)* FIXED * June 9 engine, Returns F if conversion cannot be performed.
 
  1. Does not give transcode error when converting Unicode to National when Unicode contains non National characters ** Functions as Designed **
  2. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way? * FIXED * June 9 engine
  3. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.* FIXED * June 9 engine

Revision 142011-06-15 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 47 to 47
 
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False. * FIXED * Tested with May 23 engine.
  2. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
  3. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. ** Functions as Designed **
Changed:
<
<
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error or it should use the substitute character.
  2. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.

    • 0xA4 in Unicode is the CURRENCY SIGN (¤) - you cannot convert that symbol to ISO 8859-15 so the CNV TEXT statement converts it to a substitution character (which is actually an ampersand (&). I've modified CNV TEXT to substitute a question mark instead of an ampersand.

  3. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time.
>
>
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error or it should use the substitute character.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  2. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  3. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time. Retest when GUI working again.
 
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.
Changed:
<
<
  1. When converting from Unicode Text to National or Raw array, does not word wrap.
  2. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered.
  3. When converting from National Text to Unicode or Raw array, does not word wrap.
  4. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.
  5. When converting from Raw Text to National or Unicode array, does not word wrap.
  6. When converting from Token to National or Unicode, unused parts of destination are not cleared.
  7. When converting from National or Unicode to Format field, C-assert 'Unexpected src_buf size (15)' in module CVALP.C.1945 and format field contains incorrect data.
  8. When converting from National or Unicode back to Raw, it only moves the part of the string. Sometimes just the first word, sometimes more.
  9. Does not give transcode error when converting Unicode to Raw when Unicode contains non Raw characters
  10. Does not move all characters when converting from Unicode to Raw (destination truncated)
>
>
  1. When converting from Unicode Text to National or Raw array, does not word wrap. * FIXED * June 9 engine, Returns F if conversion cannot be performed.
  2. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered. Retest when GUI is working again.
  3. When converting from National Text to Unicode or Raw array, does not word wrap. * FIXED * June 9 engine
  4. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.** FIXED ** June 9 engine
  5. When converting from Raw Text to National or Unicode array, does not word wrap. * FIXED * June 9 engine
  6. When converting from Token to National or Unicode, unused parts of destination are not cleared.* FIXED * June 9 engine
  7. When converting from National or Unicode to Format field, C-assert 'Unexpected src_buf size (15)' in module CVALP.C.1945 and format field contains incorrect data.* FIXED * June 9 engine
  8. When converting from National or Unicode back to Raw, it only moves the part of the string. Sometimes just the first word, sometimes more.* FIXED * June 9 engine
  9. Does not give transcode error when converting Unicode to Raw when Unicode contains non Raw characters.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  10. Does not move all characters when converting from Unicode to Raw (destination truncated) * Not a bug *, CNV TEXT returned F, so results should not be relied on.
 
  1. Does not give transcode errors when converting from Raw to National when Raw contains non National Characters. ** Functions as Designed **
  2. Does not move all characters when converting from National to Raw (destination truncated)
  3. Does not give transcode error when converting Unicode to National when Unicode contains non National characters ** Functions as Designed **
Changed:
<
<
  1. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way?
  2. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.
  3. CNV TEXT from a record containing National data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the National field.
  4. CNV TEXT from a record containing National data into National field is incorrect. The non National field was transcoded to garbage characters.
  5. CNV TEXT from a record containing National data into Unicode field is incorrect. The non National field was transcoded to garbage characters.
  6. CNV TEXT from a record containing Unicode data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the Unicode fields.
  7. CNV TEXT from a record containing Unicode data into Unicode field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  8. CNV TEXT from a record containing Unicode data into National field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  9. CNV TEXT from Unicode record to Raw field does not generate transcode errors when there are Unicode characters in the record.
>
>
  1. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way? * FIXED * June 9 engine
  2. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.* FIXED * June 9 engine
  3. CNV TEXT from a record containing National data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the National field.* FIXED * June 9 engine
  4. CNV TEXT from a record containing National data into National field is incorrect. The non National field was transcoded to garbage characters.* FIXED * June 9 engine
  5. CNV TEXT from a record containing National data into Unicode field is incorrect. The non National field was transcoded to garbage characters. * FIXED * June 9 engine
  6. CNV TEXT from a record containing Unicode data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the Unicode fields.* FIXED * June 9 engine
  7. CNV TEXT from a record containing Unicode data into Unicode field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).* FIXED * June 9 engine
  8. CNV TEXT from a record containing Unicode data into National field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).* FIXED * June 9 engine
  9. CNV TEXT from Unicode record to Raw field does not generate transcode errors when there are Unicode characters in the record.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
 
  1. CNV TEXT from Unicode record to National field does not generate transcode errors when there are Unicode characters in the record that are not in the National character set. ** FAD, National & Unicode are the same internally
Changed:
<
<
  1. When moving from National to Raw, the currency symbol does not get transcoded to a Euro symbol.
>
>
  1. When moving from National to Raw, the currency symbol does not get transcoded to a Euro symbol.* FIXED * June 9 engine, Returns F if conversion cannot be performed.
  -- PeteBrower - 2011-03-17 \ No newline at end of file

Revision 132011-06-03 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 68 to 68
 
  1. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way?
  2. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.
  3. CNV TEXT from a record containing National data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the National field.
Changed:
<
<
  1. CNV TEXT from a record containing National data into National field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  2. CNV TEXT from a record containing National data into Unicode field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
>
>
  1. CNV TEXT from a record containing National data into National field is incorrect. The non National field was transcoded to garbage characters.
  2. CNV TEXT from a record containing National data into Unicode field is incorrect. The non National field was transcoded to garbage characters.
 
  1. CNV TEXT from a record containing Unicode data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the Unicode fields.
  2. CNV TEXT from a record containing Unicode data into Unicode field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  3. CNV TEXT from a record containing Unicode data into National field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  4. CNV TEXT from Unicode record to Raw field does not generate transcode errors when there are Unicode characters in the record.
Changed:
<
<
  1. CNV TEXT from Unicode record to National field does not generate transcode errors when there are Unicode characters in the record that are not in the National character set.
  2. When moving from National to Raw, the spiky ball gets transcoded to a Euro symbol.
>
>
  1. CNV TEXT from Unicode record to National field does not generate transcode errors when there are Unicode characters in the record that are not in the National character set. ** FAD, National & Unicode are the same internally
  2. When moving from National to Raw, the currency symbol does not get transcoded to a Euro symbol.
  -- PeteBrower - 2011-03-17 \ No newline at end of file

Revision 122011-06-02 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 46 to 46
 
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False. * FIXED * Tested with May 23 engine.
  2. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
Changed:
<
<
  1. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error.
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
>
>
  1. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. ** Functions as Designed **
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error or it should use the substitute character.
 
  1. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.

    • 0xA4 in Unicode is the CURRENCY SIGN (¤) - you cannot convert that symbol to ISO 8859-15 so the CNV TEXT statement converts it to a substitution character (which is actually an ampersand (&). I've modified CNV TEXT to substitute a question mark instead of an ampersand.

  2. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time.
Line: 62 to 62
 
  1. When converting from National or Unicode back to Raw, it only moves the part of the string. Sometimes just the first word, sometimes more.
  2. Does not give transcode error when converting Unicode to Raw when Unicode contains non Raw characters
  3. Does not move all characters when converting from Unicode to Raw (destination truncated)
Changed:
<
<
  1. Does not give transcode errors when converting from Raw to National when Raw contains non National Characters.
  2. Does not move all characters when converting from Unicode to Raw (destination truncated)
  3. Does not give transcode error when converting Unicode to National when Unicode contains non National characters
>
>
  1. Does not give transcode errors when converting from Raw to National when Raw contains non National Characters. ** Functions as Designed **
  2. Does not move all characters when converting from National to Raw (destination truncated)
  3. Does not give transcode error when converting Unicode to National when Unicode contains non National characters ** Functions as Designed **
 
  1. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way?
  2. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.
  3. CNV TEXT from a record containing National data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the National field.

Revision 112011-05-31 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 44 to 44
 
  1. Test CNV TEXT with Numeric, Date, and Logic fields using RAW, UNICODE, and NATIONAL alpha fields.

Bugs

Changed:
<
<
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False. * FIXED * Tested with May 23 engine.
    Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
>
>
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False. * FIXED * Tested with May 23 engine.
  2. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
 
  1. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error.
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
  3. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.

Revision 102011-05-30 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 44 to 44
 
  1. Test CNV TEXT with Numeric, Date, and Logic fields using RAW, UNICODE, and NATIONAL alpha fields.

Bugs

Changed:
<
<
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False

    Fixed

  2. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
>
>
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False. * FIXED * Tested with May 23 engine.
    Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
 
  1. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error.
Changed:
<
<
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.

    How does this differ from the next issue?

>
>
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
 
  1. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.

    • 0xA4 in Unicode is the CURRENCY SIGN (¤) - you cannot convert that symbol to ISO 8859-15 so the CNV TEXT statement converts it to a substitution character (which is actually an ampersand (&). I've modified CNV TEXT to substitute a question mark instead of an ampersand.

  2. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time.
Changed:
<
<
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.

    How does this differ from items 4 and 5?

>
>
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.
 
  1. When converting from Unicode Text to National or Raw array, does not word wrap.
  2. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered.
  3. When converting from National Text to Unicode or Raw array, does not word wrap.
Changed:
<
<
  1. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.

    How does this differ from item 5?

>
>
  1. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.
 
  1. When converting from Raw Text to National or Unicode array, does not word wrap.
  2. When converting from Token to National or Unicode, unused parts of destination are not cleared.
  3. When converting from National or Unicode to Format field, C-assert 'Unexpected src_buf size (15)' in module CVALP.C.1945 and format field contains incorrect data.
Line: 66 to 65
 
  1. Does not move all characters when converting from Unicode to Raw (destination truncated)
  2. Does not give transcode error when converting Unicode to National when Unicode contains non National characters
  3. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way?
Changed:
<
<
  1. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.

    Converting from a Raw-encoded record into Unicode or National is now fixed

>
>
  1. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.
 
  1. CNV TEXT from a record containing National data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the National field.
  2. CNV TEXT from a record containing National data into National field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  3. CNV TEXT from a record containing National data into Unicode field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).

Revision 92011-05-24 - KorryD

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 66 to 66
 
  1. Does not move all characters when converting from Unicode to Raw (destination truncated)
  2. Does not give transcode error when converting Unicode to National when Unicode contains non National characters
  3. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way?
Changed:
<
<
  1. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.
>
>
  1. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.

    Converting from a Raw-encoded record into Unicode or National is now fixed

 
  1. CNV TEXT from a record containing National data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the National field.
  2. CNV TEXT from a record containing National data into National field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  3. CNV TEXT from a record containing National data into Unicode field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).

Revision 82011-05-23 - KorryD

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 44 to 44
 
  1. Test CNV TEXT with Numeric, Date, and Logic fields using RAW, UNICODE, and NATIONAL alpha fields.

Bugs

Changed:
<
<
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False
>
>
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False

    Fixed

 
  1. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
  2. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error.
Changed:
<
<
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
  2. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.
>
>
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.

    How does this differ from the next issue?

  2. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.

    • 0xA4 in Unicode is the CURRENCY SIGN (¤) - you cannot convert that symbol to ISO 8859-15 so the CNV TEXT statement converts it to a substitution character (which is actually an ampersand (&). I've modified CNV TEXT to substitute a question mark instead of an ampersand.

 
  1. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time.
Changed:
<
<
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.
>
>
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.

    How does this differ from items 4 and 5?

 
  1. When converting from Unicode Text to National or Raw array, does not word wrap.
  2. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered.
  3. When converting from National Text to Unicode or Raw array, does not word wrap.
Changed:
<
<
  1. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.
>
>
  1. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.

    How does this differ from item 5?

 
  1. When converting from Raw Text to National or Unicode array, does not word wrap.
  2. When converting from Token to National or Unicode, unused parts of destination are not cleared.
  3. When converting from National or Unicode to Format field, C-assert 'Unexpected src_buf size (15)' in module CVALP.C.1945 and format field contains incorrect data.

Revision 72011-05-13 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 46 to 46
 
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False
  2. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
Changed:
<
<
  1. when converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. It should.
>
>
  1. When converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error.
 
  1. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
Changed:
<
<
  1. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field.
>
>
  1. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field. Same with National to Raw.
 
  1. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time.
  2. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.
  3. When converting from Unicode Text to National or Raw array, does not word wrap.
Line: 65 to 65
 
  1. Does not move all characters when converting from Unicode to Raw (destination truncated)
  2. Does not give transcode error when converting Unicode to National when Unicode contains non National characters
  3. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way?
Changed:
<
<

>
>
  1. CNV TEXT from a record containing Raw into Unicode or National field shows garbage in the fields. Attempting to move the National or Unicode back to the record results in truncated data in the fields.
  2. CNV TEXT from a record containing National data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the National field.
  3. CNV TEXT from a record containing National data into National field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  4. CNV TEXT from a record containing National data into Unicode field is incorrect. The non National field was transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  5. CNV TEXT from a record containing Unicode data into Raw field is incorrect. It looks like there are too many spaces between fields. Moving it back to the record results in garbage in the Unicode fields.
  6. CNV TEXT from a record containing Unicode data into Unicode field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  7. CNV TEXT from a record containing Unicode data into National field is incorrect. Some Unicode fields were transcoded to garbage characters. Moving it back to the record results in the correct data in the record(!).
  8. CNV TEXT from Unicode record to Raw field does not generate transcode errors when there are Unicode characters in the record.
  9. CNV TEXT from Unicode record to National field does not generate transcode errors when there are Unicode characters in the record that are not in the National character set.
  10. When moving from National to Raw, the spiky ball gets transcoded to a Euro symbol.
  -- PeteBrower - 2011-03-17

Revision 62011-05-13 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 49 to 49
 
  1. when converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. It should.
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
  3. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field.
Changed:
<
<
  1. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not.
>
>
  1. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not. This also happened when converting from National to Unicode/Raw, but somewhat inconsistently. It worked for a while, then suddenly started crashing Appx every time.
 
  1. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.
  2. When converting from Unicode Text to National or Raw array, does not word wrap.
Changed:
<
<
  1. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National).
>
>
  1. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National). Raw array sometimes contains garbage characters, this might depend on the specific strings entered.
 
  1. When converting from National Text to Unicode or Raw array, does not word wrap.
  2. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.
  3. When converting from Raw Text to National or Unicode array, does not word wrap.
Added:
>
>
  1. When converting from Token to National or Unicode, unused parts of destination are not cleared.
  2. When converting from National or Unicode to Format field, C-assert 'Unexpected src_buf size (15)' in module CVALP.C.1945 and format field contains incorrect data.
  3. When converting from National or Unicode back to Raw, it only moves the part of the string. Sometimes just the first word, sometimes more.
  4. Does not give transcode error when converting Unicode to Raw when Unicode contains non Raw characters
  5. Does not move all characters when converting from Unicode to Raw (destination truncated)
  6. Does not give transcode errors when converting from Raw to National when Raw contains non National Characters.
  7. Does not move all characters when converting from Unicode to Raw (destination truncated)
  8. Does not give transcode error when converting Unicode to National when Unicode contains non National characters
  9. When CNV TEXT from Unicode into occ (1) of multi occ National field, occ (2) of the destination is cleared. If the source field was a TEXT type field and I specified 000 as a destination occ number, that would make sense, but the source is plain alpha and I did not specify occ 000 on the destination. Is it supposed to work this way?
 

-- PeteBrower - 2011-03-17

Revision 52011-05-13 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 49 to 49
 
  1. when converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. It should.
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
  3. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field.
Added:
>
>
  1. When converting from Unicode to National or Raw, causes Appx to crash. Not sure if it's the National or Raw, all the statements run but when the Event Point ends, the client closes. Doesn't seem to matter if there's any data to convert or not.
  2. When converting from National to Raw, where National field contains a character not in the Raw character set, does not throw a transcode error. The character is silently converted to something else.
  3. When converting from Unicode Text to National or Raw array, does not word wrap.
  4. When converting from Unicode Text to National or Raw array, does not throw transcode errors, just silently converts the characters to something else (Raw) or converts them unchanged (National).
  5. When converting from National Text to Unicode or Raw array, does not word wrap.
  6. When converting from National Text to Raw array, converts spiky ball (0xA4) to euro symbol.
  7. When converting from Raw Text to National or Unicode array, does not word wrap.

  -- PeteBrower - 2011-03-17

Revision 42011-05-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 46 to 46
 
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False
  2. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
Changed:
<
<
>
>
  1. when converting from Unicode to National, where the Unicode field contains characters not in the National character set, does not throw a transcode error. It should.
  2. When converting from Unicode to Raw, where the Unicode field contains characters not in the Raw character set, does not throw a transcode error, just silently drops the Unicode character. Should be a transcode error.
  3. When converting a Unicode field containing a spiky ball (0xA4), I get a Euro symbol in my Raw field.
  -- PeteBrower - 2011-03-17

Revision 32011-05-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 44 to 44
 
  1. Test CNV TEXT with Numeric, Date, and Logic fields using RAW, UNICODE, and NATIONAL alpha fields.

Bugs

Added:
>
>
  1. It's not handling Logic fields properly. When CNV TEXT into National/Unicode from Logic the destination field is wrong somehow. It looks ok in the debugger, but if I display it on an image, it shows the field is filled with reverse image diamonds. When comparing via IF to either Y or N, always returns False
  2. Since SET does not work with Group fields and National/Unicode fields, then this probably should not either. It does give compile errors, but the error is "Length of Record Exceeds Maximum Allowed (32k)". Probably should give the same error SET does: "Invalid Storage Type".
 -- PeteBrower - 2011-03-17 \ No newline at end of file

Revision 22011-05-11 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Line: 37 to 37
 

Test Plan

Changed:
<
<
Test CNV TEXT with all combinations of RAW, UNICODE, and NATIONAL.

Test CNV TEXT to a Record using RAW, UNICODE, and NATIONAL alpha fields.

Test CNV TEXT from a Record using RAW, UNICODE, and NATIONAL alpha fields.

Test CNV TEXT with a Token field

Test CNV TEXT with Numeric, Date, and Logic fields using RAW, UNICODE, and NATIONAL alpha fields.

>
>
  1. Test CNV TEXT with all combinations of RAW, UNICODE, and NATIONAL.
  2. Test CNV TEXT to a Record using RAW, UNICODE, and NATIONAL alpha fields.
  3. Test CNV TEXT from a Record using RAW, UNICODE, and NATIONAL alpha fields.
  4. Test CNV TEXT with a Token field
  5. Test CNV TEXT with Numeric, Date, and Logic fields using RAW, UNICODE, and NATIONAL alpha fields.
 

Bugs

-- PeteBrower - 2011-03-17 \ No newline at end of file

Revision 12011-03-17 - PeteBrower

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="UnicodeTestPlan"

CNV TEXT Statement

Overview

Converting To and From alpha fields

  • Both fields are RAW
    • No change in behavior
  • Both fields are UNICODE or NATIONAL
    • Same basic behavior
    • UTF-32 characters are being moved.
  • From RAW to UNICODE or NATIONAL
    • Same basic behavior
    • Each RAW character is transcoded to its UTF-32 character before setting into the destination field.
  • From UNICODE or NATIONAL to RAW
    • Same basica behavior.
    • Each UNICODE or NATIONAL character is transocded to an 8859-15 character during the move.
    • An error will be thrown when a character can't be transcoded to 8859-15.

Converting Numeric, Date, and Logic fields

  • From Alpha
    • No change in formatting behavior
    • Alpha data can be RAW, UNICODE, or NATIONAL.

Converting To and From a Record

  • To Alpha from Record
    • No change in behavior.
    • Each field in the record is converted to the appropriate alpha string using the same rules that apply when converting a singer field of the same type.
  • From Alpha to Record
    • No change in behavior.
    • Each field in the record is converted from the subset of the alpha field using the same rules that apply when converting a single field of the same type.

Test Plan

Test CNV TEXT with all combinations of RAW, UNICODE, and NATIONAL.

Test CNV TEXT to a Record using RAW, UNICODE, and NATIONAL alpha fields.

Test CNV TEXT from a Record using RAW, UNICODE, and NATIONAL alpha fields.

Test CNV TEXT with a Token field

Test CNV TEXT with Numeric, Date, and Logic fields using RAW, UNICODE, and NATIONAL alpha fields.

Bugs

-- PeteBrower - 2011-03-17

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback