| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Get the ISO8859-1 value of a key event
int PhTo8859_1( PhKeyEvent_t const *keyevent );
This function returns a valid ISO8859-1 code for the given key event, if one exists. If there's no valid ISO8859-1 code for the given event, the function returns -1.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
<photon/PkKeyDef.h>
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |