Hi,
Can someone help with the ability to use ASCII or Unicode with in text.
Is FileMaker have the ability to use this if so then how do you address it,
I trying to some symbols.
Thanks for your help
Charlie
FYI Using FileMaker Dev 7.0v1 - XP-PC Windows only
|
|
0
|
|
|
|
Reply
|
markris
|
12/1/2004 4:52:47 PM |
|
<markris@markrisQ.com> wrote:
> Can someone help with the ability to use ASCII or Unicode with in text.
>
> Is FileMaker have the ability to use this if so then how do you address it,
> I trying to some symbols.
When creating a text field, go into the options for the field. Under the
Storage tab, you'll see a pulldown to select the language to use to
index the field. All the way at the bottom is Unicode.
Once Unicode is selected, you'll be able to search on symbols, or use
them in Patterncount() and other text functions.
As far as I know, the field does not have to have indexing turned on to
use this. Just selecting the indexing language is sufficient. I could be
incorrect in that, so test.
Lynn Allen
--
Allen & Allen Semiotics www.semiotics.com
FSA Associate Filemaker Design & Consulting
|
|
0
|
|
|
|
Reply
|
lynn
|
12/1/2004 5:06:09 PM
|
|
Thank You for your Response
I have done as you explained, but I still have not gotten the character to
appear, I feel I need HELP in defining the code needed to get the actual
character needed.
I have been trying to get a solid block, in the Unicode charts I am using it
is 2588, nowI have tried 2588, U2588, U+2588 and I get what ever I enter not
the block.
Any help you can give me will greatly appreciated.
Charlie
|
|
0
|
|
|
|
Reply
|
markris
|
12/1/2004 6:34:37 PM
|
|
<markris@markrisQ.com> wrote:
> Thank You for your Response
>
> I have done as you explained, but I still have not gotten the character to
> appear, I feel I need HELP in defining the code needed to get the actual
> character needed.
> I have been trying to get a solid block, in the Unicode charts I am using it
> is 2588, nowI have tried 2588, U2588, U+2588 and I get what ever I enter not
> the block.
>
> Any help you can give me will greatly appreciated.
Aha! as in Eureka!
What you need is an ASCII code list. Look here:
http://www.4d.com/docs/CMU/CMU10121.HTM
for codes above 128.
On Windows, you hold down the Alt key and type the four-digit code to
get the symbol to appear. So the solid block you want might be Alt-2588.
Or not, since actual ASCII symbols don't seem to go that high. Usually
the solid block seems to appear when you type a character that the
particular font you're using doesn't display.
Try Alt+0164 for a solid square symbol.
Lynn Allen
--
Allen & Allen Semiotics www.semiotics.com
FSA Associate Filemaker Design & Consulting
|
|
0
|
|
|
|
Reply
|
lynn
|
12/1/2004 7:57:20 PM
|
|
Lynn allen said the following on 12/01/04 13:57:
> On Windows, you hold down the Alt key and type the four-digit code to
> get the symbol to appear. So the solid block you want might be Alt-2588.
> Or not, since actual ASCII symbols don't seem to go that high. Usually
> the solid block seems to appear when you type a character that the
> particular font you're using doesn't display.
>
> Try Alt+0164 for a solid square symbol.
>
> Lynn Allen
Note that the alt #### only works with the numeric keypad, not with the
numbers across the top of the keyboard. Hold down the alt key, then tap
the number keys in order, then let go the alt key and the character appears.
When I use the number indicated, in a Unicode capable program, I get
what appears to be the left and bottom sides of a thin square, a bit
like a san-serif capital "L" only with both strokes the same length.
I don't have F7, so can't explore if there is anything else needed.
Kent
|
|
0
|
|
|
|
Reply
|
K
|
12/2/2004 11:55:20 PM
|
|
|
4 Replies
439 Views
(page loaded in 0.131 seconds)
Similiar Articles: ASCII or Unicode - comp.databases.filemakerHi, Can someone help with the ability to use ASCII or Unicode with in text. Is FileMaker have the ability to use this if so then how do you address i... How to write Unicode - comp.lang.java.programmerASCII or Unicode - comp.databases.filemaker How to write Unicode - comp.lang.java.programmer Writing non ASCII text files - comp.lang.tcl How to write Unicode - comp.lang ... Bad character data - comp.databases.postgresql.adminI have a feeling there's some sort of ASCII code or unicode solution to this problem, but I could use am little push in the right direction. Thanks. unicode display of common characters - comp.emacsASCII or Unicode - comp.databases.filemaker... solid block seems to appear when you type a character that the particular font you're using doesn't display. ... Writing non ASCII text files - comp.lang.tclASCII or Unicode - comp.databases.filemaker How to write Unicode - comp.lang.java.programmer Writing non ASCII text files - comp.lang.tcl How to write Unicode - comp.lang ... How to select a LONGBLOB from a table, convert to legible text ...ASCII or Unicode - comp.databases.filemaker... with the ability to use ASCII or Unicode with in text. ... Under the Storage tab, you'll see a pulldown to select ... Unicode Character to Font Mapping - comp.fontsASCII or Unicode - comp.databases.filemaker Usually the solid block seems to appear when you type a character that the particular font you ... Unicode is a map, a chart of ... Problem with Ascii code to hex code - comp.soft-sys.matlab ...I have a feeling there's some sort of ASCII code or unicode solution to this problem, but I could ... The American Standard Code for Information Interchange ... data from ... Solid Hatch Not Displaying Correctly - comp.cad.autocadChinese characters that I've copied from a web page (but which it does not display properly ... ASCII or Unicode - comp.databases.filemaker... solid block seems to appear ... Filemaker 5 codes - comp.databases.filemakerASCII or Unicode - comp.databases.filemaker Is FileMaker have the ability to use this if so then how do you address i... ... have not gotten the character to > appear, I ... ascii and unicode - beginning to see the lightascii ascii is an acronym for "american standard code for information interchange". used for storing/displaying text, simple formatting and a few other control ... Unicode Issues - Languagegeek : Native LanguagesWhat is Unicode, ASCII, and ANSI? Unicode is a map, a chart of (what will one day be) all of the characters, letters, symbols, punctuation marks, etc. necessary for ... 7/20/2012 11:39:09 AM
|