---
title: ConstTextToUnicodeInfo
framework: Core Services
role: symbol
role_heading: Type Alias
platforms: [Mac Catalyst 17.0+, macOS 10.0+]
path: coreservices/consttexttounicodeinfo
---

# ConstTextToUnicodeInfo

Defines a constant text to Unicode converter object.

## Declaration

```occ
typedef const TextToUnicodeInfo ConstTextToUnicodeInfo;
```

## Discussion

Discussion The  TruncateForTextToUnicode function requires a Unicode converter object as a parameter. This function does not modify the contents of the private structure to which the Unicode converter object refers, so it uses the constant Unicode converter object defined by the ConstTextToUnicodeInfo data type.
