Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CODEPAGE modification

Former Member
0 Likes
443

Hi all.

I forgot in which transaction I can modify an existing codepage ...

I want to add/delete fonts from codepage 8000.

Thanks all,

Rebeka

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

Use the transaction SCP

2 REPLIES 2
Read only

Former Member
0 Likes
404

Use the transaction SCP

Read only

Sandra_Rossi
Active Contributor
0 Likes
403

> I want to add/delete fonts from codepage 8000.

What does that mean? A codepage is used to define a sequence of bytes for each character. A font contains the shape (using bitmap or vectors) of a few characters (or all if it's a Unicode font). So, a font is not contained in a codepage. So, I don't understand your question.