Applies consistent Unicode handling to common YouTube API response fields
process_youtube_text(
response,
text_fields = c("title", "description", "textDisplay", "textOriginal", "channelTitle",
"authorDisplayName", "categoryId")
)
Processed response with proper Unicode handling
List or data.frame containing YouTube API response data
Character vector of field names to process. Default: common YouTube text fields