![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone know if FileMaker 7 or 8 can export in true 8-bit ASCII? |
|
I am trying to generate a string of non-printable ASCII command codes in a tab delimited file. |
#3
| |||
| |||
|
|
In article <1177696179.611321.129... (AT) o40g2000prh (DOT) googlegroups.com>, cat <cathyty... (AT) gmail (DOT) com> wrote: Does anyone know if FileMaker 7 or 8 can export in true 8-bit ASCII? Seeing as there's no such thing as true 8-bit ASCII, no. It might help if you gave a better idea of what you're actually trying to accomplish. I am trying to generate a string of non-printable ASCII command codes in a tab delimited file. Better than that, I think. Like what's the actual goal. |
#4
| |||
| |||
|
|
In article <1177696179.611321.129... (AT) o40g2000prh (DOT) googlegroups.com>, cat <cathyty... (AT) gmail (DOT) com> wrote: Does anyone know if FileMaker 7 or 8 can export in true 8-bit ASCII? Seeing as there's no such thing as true 8-bit ASCII, no. It might help if you gave a better idea of what you're actually trying to accomplish. I am trying to generate a string of non-printable ASCII command codes in a tab delimited file. Better than that, I think. Like what's the actual goal. |
#5
| |||
| |||
|
|
Does anyone know if FileMaker 7 or 8 can export in true 8-bit ASCII? I am trying to generate a string of non-printable ASCII command codes in a tab deliminated file. I read that FM can store fields as Unicode, which includes ASCII, and the help file of FM says that exporting as unicode achieves "similar results" as exporting ASCII. Any help is greatly appreciated! |
#6
| |||
| |||
|
|
On Apr 27, 10:39 am, Gregory Weston <u... (AT) splook (DOT) com> wrote: In article <1177696179.611321.129... (AT) o40g2000prh (DOT) googlegroups.com>, cat <cathyty... (AT) gmail (DOT) com> wrote: Does anyone know if FileMaker 7 or 8 can export in true 8-bit ASCII? Seeing as there's no such thing as true 8-bit ASCII, no. It might help if you gave a better idea of what you're actually trying to accomplish. I am trying to generate a string of non-printable ASCII command codes in a tab delimited file. Better than that, I think. Like what's the actual goal. What my company invisions is this: a hospital buys a batch of blood collection devices. Through a pretty FM screen of custom menus, the hospital will choose options to customize the devices. These choices will become a string of code, specifically, a tab seperated file of a string of ASCII code. This file will be exported from FM and imported into a different program, to complete the custom set-up for their devices. On my end, I only need to worry about generating a tab seperated file of "8 bit" ASCII code. I personally don't know what 8 bit ASCII is. |
|
Our programmer says (after I suggest the Unicode option): "You are right that ASCII is a subset of UniCode. However, we do need to be able to export in true 8-bit ASCII. UniCode is 16 bits and would double all transmissions and file sizes, although this might be OK if we had to." |
|
I was thinking there might be a script, or a plug-in that can accomplish the type of ASCII storage/export that I need (the 8 bit thing). If not, I'll try to convince the company to go with the Unicode option readily accessible from FM, and we can solve the doubleling of transmissions post-FM. |
#7
| |||
| |||
|
|
In article <1177705813.207046.196... (AT) u32g2000prd (DOT) googlegroups.com>, cat <cathyty... (AT) gmail (DOT) com> wrote: On Apr 27, 10:39 am, Gregory Weston <u... (AT) splook (DOT) com> wrote: In article <1177696179.611321.129... (AT) o40g2000prh (DOT) googlegroups.com>, cat <cathyty... (AT) gmail (DOT) com> wrote: Does anyone know if FileMaker 7 or 8 can export in true 8-bit ASCII? Seeing as there's no such thing as true 8-bit ASCII, no. It might help if you gave a better idea of what you're actually trying to accomplish. I am trying to generate a string of non-printable ASCII command codes in a tab delimited file. Better than that, I think. Like what's the actual goal. What my company invisions is this: a hospital buys a batch of blood collection devices. Through a pretty FM screen of custom menus, the hospital will choose options to customize the devices. These choices will become a string of code, specifically, a tab seperated file of a string of ASCII code. This file will be exported from FM and imported into a different program, to complete the custom set-up for their devices. On my end, I only need to worry about generating a tab seperated file of "8 bit" ASCII code. I personally don't know what 8 bit ASCII is. See the problem with answering the original question is "8-bit ASCII" isn't anything. Does not exist. There is ASCII which is very explicitly a 7-bit encoding. There are several proprietary extensions to ASCII that ascribe meanings to the values from 128 to 255 (the ones that require 8 bits to encode) but they don't tend to agree with each other on what those meanings are. |
#8
| |||
| |||
|
|
On Apr 28, 5:05 am, Gregory Weston <u... (AT) splook (DOT) com> wrote: In article <1177705813.207046.196... (AT) u32g2000prd (DOT) googlegroups.com>, I personally don't know what 8 bit ASCII is. See the problem with answering the original question is "8-bit ASCII" isn't anything. Does not exist. There is ASCII which is very explicitly a 7-bit encoding. There are several proprietary extensions to ASCII that ascribe meanings to the values from 128 to 255 (the ones that require 8 bits to encode) but they don't tend to agree with each other on what those meanings are. These days even 7-bit ASCII uses 8 bits; and the uppermost bit of each character is 0 or perhaps even more strictly 'undefined'.) |
|
You'd have to be working with REALLY old systems to have to worry about generating a true 7-bit character stream (e.g. where 8 ASCII characters is a 56 bit (7 byte) sequence...). |
#9
| |||
| |||
|
|
In article <1177830736.885801.4... (AT) p77g2000hsh (DOT) googlegroups.com>, d-42 <db.pors... (AT) gmail (DOT) com> wrote: On Apr 28, 5:05 am, Gregory Weston <u... (AT) splook (DOT) com> wrote: In article <1177705813.207046.196... (AT) u32g2000prd (DOT) googlegroups.com>, I personally don't know what 8 bit ASCII is. See the problem with answering the original question is "8-bit ASCII" isn't anything. Does not exist. There is ASCII which is very explicitly a 7-bit encoding. There are several proprietary extensions to ASCII that ascribe meanings to the values from 128 to 255 (the ones that require 8 bits to encode) but they don't tend to agree with each other on what those meanings are. These days even 7-bit ASCII uses 8 bits; and the uppermost bit of each character is 0 or perhaps even more strictly 'undefined'.) Actually, it's strictly zero precisely because we're dealing with 8-bit atoms for a 7-bit encoding. If an atom has a value higher than 127, no matter how many bits it's encoded in, it's not valid ASCII. You'd have to be working with REALLY old systems to have to worry about generating a true 7-bit character stream (e.g. where 8 ASCII characters is a 56 bit (7 byte) sequence...). On those systems it would still be 8 bytes. It's just that the byte itself is 7 bits. (Avoiding that confusion is why some people call what's generally known as a byte an 'octet.') |
![]() |
| Thread Tools | |
| Display Modes | |
| |